remove horizontal scroll in small devices css

73

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

Comments

Submit
0 Comments